Inline Element

Types of Elements in HTML - Inline vs Block Level vs Empty-Void

Created: 2022-09-08
Tags: #permanent


<em>first</em> <em>second</em> <em>third</em>

<em> is an inline element
Purpose: Creates an italic -> first second third
No newline is generated when <em> is used.

Note:
block and inline should not be confused with respective terms in the types of CSS boxes